1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <VisualStudioProject ProjectType=
"Visual C++"
6 ProjectGUID=
"{36211E76-A802-50EE-3B95-0202F4EB67ED}"
7 TargetFrameworkVersion=
"131072">
9 <Platform Name=
"Win32"/>
13 <Configuration Name=
"Debug|Win32"
14 OutputDirectory=
".\Debug"
15 IntermediateDirectory=
".\Debug"
18 ATLMinimizesCRunTimeLibraryUsage=
"false"
20 <Tool Name=
"VCPreBuildEventTool"/>
21 <Tool Name=
"VCCustomBuildTool"/>
22 <Tool Name=
"VCXMLDataGeneratorTool"/>
23 <Tool Name=
"VCWebServiceProxyGeneratorTool"/>
24 <Tool Name=
"VCMIDLTool"
25 PreprocessorDefinitions=
"_DEBUG"
26 MkTypLibCompatible=
"true"
27 SuppressStartupBanner=
"true"
29 TypeLibraryName=
".\Debug\JuceDemo.tlb"
31 <Tool Name=
"VCCLCompilerTool"
33 BufferSecurityCheck=
""
34 DebugInformationFormat=
"4"
35 AdditionalIncludeDirectories=
""
36 PreprocessorDefinitions=
"WIN32;_WINDOWS;DEBUG;_DEBUG;JUCE_UNIT_TESTS=1;JUCER_VS2005_78A5003=1"
38 RuntimeTypeInfo=
"true"
39 UsePrecompiledHeader=
"0"
40 PrecompiledHeaderFile=
".\Debug\JuceDemo.pch"
41 AssemblerListingLocation=
".\Debug\"
43 ProgramDataBaseFileName=
".\Debug\"
45 SuppressStartupBanner=
"true"/>
46 <Tool Name=
"VCManagedResourceCompilerTool"/>
47 <Tool Name=
"VCResourceCompilerTool"
48 PreprocessorDefinitions=
"_DEBUG"/>
49 <Tool Name=
"VCPreLinkEventTool"/>
50 <Tool Name=
"VCLinkerTool"
51 OutputFile=
".\Debug\JuceDemo.exe"
52 SuppressStartupBanner=
"true"
53 IgnoreDefaultLibraryNames=
"libcmt.lib, msvcrt.lib"
54 GenerateDebugInformation=
"true"
55 ProgramDatabaseFile=
".\Debug\JuceDemo.pdb"
58 <Tool Name=
"VCALinkTool"/>
59 <Tool Name=
"VCManifestTool"/>
60 <Tool Name=
"VCXDCMakeTool"/>
61 <Tool Name=
"VCBscMakeTool"
62 SuppressStartupBanner=
"true"
63 OutputFile=
".\Debug\JuceDemo.bsc"/>
64 <Tool Name=
"VCFxCopTool"/>
65 <Tool Name=
"VCAppVerifierTool"/>
66 <Tool Name=
"VCPostBuildEventTool"/>
68 <Configuration Name=
"Release|Win32"
69 OutputDirectory=
".\Release"
70 IntermediateDirectory=
".\Release"
73 ATLMinimizesCRunTimeLibraryUsage=
"false"
75 WholeProgramOptimization=
"1">
76 <Tool Name=
"VCPreBuildEventTool"/>
77 <Tool Name=
"VCCustomBuildTool"/>
78 <Tool Name=
"VCXMLDataGeneratorTool"/>
79 <Tool Name=
"VCWebServiceProxyGeneratorTool"/>
80 <Tool Name=
"VCMIDLTool"
81 PreprocessorDefinitions=
"NDEBUG"
82 MkTypLibCompatible=
"true"
83 SuppressStartupBanner=
"true"
85 TypeLibraryName=
".\Release\JuceDemo.tlb"
87 <Tool Name=
"VCCLCompilerTool"
89 InlineFunctionExpansion=
"1"
91 AdditionalIncludeDirectories=
""
92 PreprocessorDefinitions=
"WIN32;_WINDOWS;NDEBUG;JUCE_UNIT_TESTS=1;JUCER_VS2005_78A5003=1"
94 RuntimeTypeInfo=
"true"
95 UsePrecompiledHeader=
"0"
96 PrecompiledHeaderFile=
".\Release\JuceDemo.pch"
97 AssemblerListingLocation=
".\Release\"
98 ObjectFile=
".\Release\"
99 ProgramDataBaseFileName=
".\Release\"
101 SuppressStartupBanner=
"true"/>
102 <Tool Name=
"VCManagedResourceCompilerTool"/>
103 <Tool Name=
"VCResourceCompilerTool"
104 PreprocessorDefinitions=
"NDEBUG"/>
105 <Tool Name=
"VCPreLinkEventTool"/>
106 <Tool Name=
"VCLinkerTool"
107 OutputFile=
".\Release\JuceDemo.exe"
108 SuppressStartupBanner=
"true"
109 IgnoreDefaultLibraryNames=
""
110 GenerateDebugInformation=
"false"
111 ProgramDatabaseFile=
".\Release\JuceDemo.pdb"
113 GenerateManifest=
"false"
114 OptimizeReferences=
"2"
115 EnableCOMDATFolding=
"2"
117 <Tool Name=
"VCALinkTool"/>
118 <Tool Name=
"VCManifestTool"/>
119 <Tool Name=
"VCXDCMakeTool"/>
120 <Tool Name=
"VCBscMakeTool"
121 SuppressStartupBanner=
"true"
122 OutputFile=
".\Release\JuceDemo.bsc"/>
123 <Tool Name=
"VCFxCopTool"/>
124 <Tool Name=
"VCAppVerifierTool"/>
125 <Tool Name=
"VCPostBuildEventTool"/>
130 <Filter Name=
"Juce Demo">
131 <Filter Name=
"Source">
132 <File RelativePath=
"..\..\Source\ApplicationStartup.cpp"/>
133 <File RelativePath=
"..\..\Source\MainDemoWindow.cpp"/>
134 <File RelativePath=
"..\..\Source\MainDemoWindow.h"/>
135 <File RelativePath=
"..\..\Source\jucedemo_headers.h"/>
136 <Filter Name=
"Demos">
137 <File RelativePath=
"..\..\Source\demos\AudioDemoLatencyPage.cpp"/>
138 <File RelativePath=
"..\..\Source\demos\AudioDemoLatencyPage.h"/>
139 <File RelativePath=
"..\..\Source\demos\AudioDemoPlaybackPage.cpp"/>
140 <File RelativePath=
"..\..\Source\demos\AudioDemoPlaybackPage.h"/>
141 <File RelativePath=
"..\..\Source\demos\AudioDemoRecordPage.cpp"/>
142 <File RelativePath=
"..\..\Source\demos\AudioDemoRecordPage.h"/>
143 <File RelativePath=
"..\..\Source\demos\AudioDemoSetupPage.cpp"/>
144 <File RelativePath=
"..\..\Source\demos\AudioDemoSetupPage.h"/>
145 <File RelativePath=
"..\..\Source\demos\AudioDemoSynthPage.cpp"/>
146 <File RelativePath=
"..\..\Source\demos\AudioDemoSynthPage.h"/>
147 <File RelativePath=
"..\..\Source\demos\AudioDemoTabComponent.cpp"/>
148 <File RelativePath=
"..\..\Source\demos\AudioDemoTabComponent.h"/>
149 <File RelativePath=
"..\..\Source\demos\CameraDemo.cpp"/>
150 <File RelativePath=
"..\..\Source\demos\CodeEditorDemo.cpp"/>
151 <File RelativePath=
"..\..\Source\demos\DirectShowDemo.cpp"/>
152 <File RelativePath=
"..\..\Source\demos\DragAndDropDemo.cpp"/>
153 <File RelativePath=
"..\..\Source\demos\FontsAndTextDemo.cpp"/>
154 <File RelativePath=
"..\..\Source\demos\InterprocessCommsDemo.cpp"/>
155 <File RelativePath=
"..\..\Source\demos\OpenGLDemo.cpp"/>
156 <File RelativePath=
"..\..\Source\demos\QuickTimeDemo.cpp"/>
157 <File RelativePath=
"..\..\Source\demos\RenderingTestComponent.cpp"/>
158 <File RelativePath=
"..\..\Source\demos\RenderingTestComponent.h"/>
159 <File RelativePath=
"..\..\Source\demos\TableDemo.cpp"/>
160 <File RelativePath=
"..\..\Source\demos\ThreadingDemo.cpp"/>
161 <File RelativePath=
"..\..\Source\demos\TreeViewDemo.cpp"/>
162 <File RelativePath=
"..\..\Source\demos\WebBrowserDemo.cpp"/>
163 <File RelativePath=
"..\..\Source\demos\WidgetsDemo.cpp"/>
165 <Filter Name=
"Binary Data">
166 <File RelativePath=
"..\..\Binary Data\cello.wav">
167 <FileConfiguration Name=
"Debug|Win32"
168 ExcludedFromBuild=
"true">
169 <Tool Name=
"VCCLCompilerTool"/>
171 <FileConfiguration Name=
"Release|Win32"
172 ExcludedFromBuild=
"true">
173 <Tool Name=
"VCCLCompilerTool"/>
176 <File RelativePath=
"..\..\Binary Data\demo table data.xml">
177 <FileConfiguration Name=
"Debug|Win32"
178 ExcludedFromBuild=
"true">
179 <Tool Name=
"VCCLCompilerTool"/>
181 <FileConfiguration Name=
"Release|Win32"
182 ExcludedFromBuild=
"true">
183 <Tool Name=
"VCCLCompilerTool"/>
186 <File RelativePath=
"..\..\Binary Data\icons.zip">
187 <FileConfiguration Name=
"Debug|Win32"
188 ExcludedFromBuild=
"true">
189 <Tool Name=
"VCCLCompilerTool"/>
191 <FileConfiguration Name=
"Release|Win32"
192 ExcludedFromBuild=
"true">
193 <Tool Name=
"VCCLCompilerTool"/>
196 <File RelativePath=
"..\..\Binary Data\juce.png">
197 <FileConfiguration Name=
"Debug|Win32"
198 ExcludedFromBuild=
"true">
199 <Tool Name=
"VCCLCompilerTool"/>
201 <FileConfiguration Name=
"Release|Win32"
202 ExcludedFromBuild=
"true">
203 <Tool Name=
"VCCLCompilerTool"/>
206 <File RelativePath=
"..\..\Binary Data\juce_icon.png"/>
207 <File RelativePath=
"..\..\Binary Data\treedemo.xml">
208 <FileConfiguration Name=
"Debug|Win32"
209 ExcludedFromBuild=
"true">
210 <Tool Name=
"VCCLCompilerTool"/>
212 <FileConfiguration Name=
"Release|Win32"
213 ExcludedFromBuild=
"true">
214 <Tool Name=
"VCCLCompilerTool"/>
220 <Filter Name=
"Juce Library Code">
221 <File RelativePath=
"..\..\JuceLibraryCode\AppConfig.h"/>
222 <File RelativePath=
"..\..\JuceLibraryCode\JuceHeader.h"/>
223 <File RelativePath=
"..\..\JuceLibraryCode\BinaryData.cpp"/>
224 <File RelativePath=
"..\..\JuceLibraryCode\BinaryData.h"/>
225 <File RelativePath=
"..\..\JuceLibraryCode\JuceLibraryCode1.cpp"/>
226 <File RelativePath=
"..\..\JuceLibraryCode\JuceLibraryCode2.cpp"/>
227 <File RelativePath=
"..\..\JuceLibraryCode\JuceLibraryCode3.cpp"/>
228 <File RelativePath=
"..\..\JuceLibraryCode\JuceLibraryCode4.cpp"/>
229 <File RelativePath=
"icon.ico"/>
230 <File RelativePath=
"resources.rc"/>
234 </VisualStudioProject>